home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / m68k / 579 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Subject: mc68332: Need assembler facility.
  2. Keywords: mc68332
  3. X-Newsreader: TIN [version 1.2 PL2]
  4. Path: imada.ou.dk!moriarty
  5. From: moriarty@imada.ou.dk (Peter Mogensen)
  6. Message-ID: <1996Apr19.162934.5148@imada.ou.dk>
  7. Sender: news@imada.ou.dk
  8. Nntp-Posting-Host: langgaard.imada.ou.dk
  9. Organization: Dept. of Math. & Computer Science, Odense University, Denmark
  10. Date: Fri, 19 Apr 1996 16:29:34 GMT
  11. Newsgroups: comp.sys.m68k
  12.  
  13.  
  14.   Hi,
  15.  
  16.   I am using a home-made mc68332 board with 64K SRAM and 16-64K EPROM.
  17.   I use the ICD32 BDM tool which is great but I need a feature in the
  18.   assembler:
  19.  
  20.   The "org" directive specifies both the address used for assembly and
  21.   were in memory the code should be placed.
  22.  
  23.   Does any (CPU32) assembler support a directive which can differ
  24.   between the to things so it becomes possible to assemble the code to
  25.   one address and at runtime copy it to the destination for execution.
  26.  
  27.   I have seen this facility before, but I can't find it in the IASM32
  28.   which comes with ICD32.
  29.  
  30.   Also: Does anybody have a 6833x header file with all the module
  31.   register-names? Like:
  32.  
  33.   REGNAME    equ    $fffxxx
  34.  
  35.  
  36.  
  37.      thanks,
  38.  
  39.                       Peter
  40.  
  41.  
  42.  
  43.